net/http.Server.shuttingDown (method)

7 uses

	net/http (current package)
		server.go#L2000: 		if c.server.shuttingDown() {
		server.go#L3349: 	if s.shuttingDown() {
		server.go#L3436: 			if s.shuttingDown() {
		server.go#L3582: 		if s.shuttingDown() {
		server.go#L3622: 	return !s.disableKeepAlives.Load() && !s.shuttingDown()
		server.go#L3625: func (s *Server) shuttingDown() bool {
		server.go#L3704: 	if s.shuttingDown() {